home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  155 b   |  11 lines

  1. totalB = this.getbytestotal();
  2. if(99999 < totalB)
  3. {
  4.    display = "3";
  5. }
  6. else
  7. {
  8.    display = "2";
  9. }
  10. totalBtemp = totalB.substr(1,display) + "kb";
  11.